home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / Calculator / Makefile < prev    next >
Makefile  |  1995-06-12  |  904b  |  41 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = CalculatorPalette
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. LOCAL_RESOURCES = CalculatorPalette.nib
  16.  
  17. GLOBAL_RESOURCES = TennesseeInstruments.tiff window.calculator.tiff \
  18.                    x_epower.tiff x_log.tiff x_power.tiff x_squared.tiff \
  19.                    palette.table
  20.  
  21. CLASSES = Calculator.m CalculatorPalette.m
  22.  
  23. HFILES = Calculator.h CalculatorPalette.h
  24.  
  25. OTHERSRCS = Makefile
  26.  
  27. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  28. INSTALLDIR = /NextDeveloper/Palettes
  29. INSTALLFLAGS = -c -s -m 755
  30. SOURCEMODE = 444
  31.  
  32.  
  33.  
  34. -include Makefile.preamble
  35.  
  36. include $(MAKEFILEDIR)/palette.make
  37.  
  38. -include Makefile.postamble
  39.  
  40. -include Makefile.dependencies
  41.